﻿COUNTRIES = {
	#EXAMPLE
	#c:DUA = {
	#	set_next_election_date = yyyy.m.d #If wanted
	#	
	#	effect_starting_technology_tier_#_tech = yes #1 highest, 7 lowest
	#	add_technology_researched = techkey #any extra tech beyond the tier
	#	
	#	set_tax_level = very_low/low/medium/high/very_high #default medium
	#	
	#	add_taxed_goods = g:tradegoodkey #if wanted
	#	add_discouraged_goods = g:tradegoodkey #if wanted
	#	
	#	set_market_capital = STATE_KEY #defaults to capital state
	#	
	#	#Default laws are laws at top of each law screen
	#	effect_starting_politics_liberal/conservative/reactionary/traditional #if wanted for base set of laws
	#	activate_law = law_type:law_key #for custom law setups or to change from base law scripted effect, suggest keep in order
	#	
	#	set_institution_investment_level = { #default institution level is 1 if appropriate law is active
	#		institution = institution_key
	#		level = 1-5
	#	}
	#	
	#	set_ruling_interest_groups = { #set country's ruling interest group(s), preferred
	#		ig_key
	#		ig_key
	#		ig_key
	#	}
	#	
	#	ig:ig_key = { #optional
	#		add_ruling_interest_group = yes #alternate way to set ruling interest groups
	#		set_interest_group_name = ig_name_key #if want different name from default
	#		remove_ideology = ideology_key #remove ig's base ideology
	#		add_ideology = ideology_key #add alternate ideology
	#		set_ig_bolstering = yes #optional
	#		set_ig_suppression = yes #optional
	#	}
	#	
	#	add_journal_entry = { type = je_key } #for any starting special journal entries
	#	
	#	trigger_event = { #for any starting events
	#		id = event_key
	#	}
	#	
	#	add_modifier = { #for any starting modifiers, suggest starting event with modifiers in tooltip to let players know
	#		name = modifier_key
	#		duration = -1 #in days -1 is permanent
	#	}
	#	
	#	#any other starting effects
	#}
	
	c:DUA = { #Dual Monarchy
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = atmospheric_engine
		add_technology_researched = intensive_agriculture
		add_technology_researched = screw_frigate
		add_technology_researched = power_of_the_purse
		
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_hereditary_bureaucrats
		activate_law = law_type:law_feudal_armies
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_colonial_exploitation
		activate_law = law_type:law_no_police
		activate_law = law_type:law_no_schools
		activate_law = law_type:law_censorship
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_legacy_slavery
		
		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 2
		}
	
		ig:ig_devout = {
			add_ruling_interest_group = yes
			set_interest_group_name = ig_catholic_church
		}

		ig:ig_petty_bourgeoisie = {
			add_ruling_interest_group = yes
		}

		ig:ig_landowners = {
			add_ruling_interest_group = yes
			add_ideology = ideology_anglois
		}

		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor
		add_taxed_goods = g:services
		
		add_modifier = {
			name = outmoded_bureaucracy
			months = -1
		}
		add_modifier = {
			name = dvg_fragile_country
			months = -1
		}

		trigger_event = {
			id = dvg_dua.1
		}
	}
	
	c:BRG = { #Burgundy
		effect_starting_technology_tier_1_tech = yes
		
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_colonial_exploitation
		activate_law = law_type:law_dedicated_police
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_legacy_slavery
		activate_law = law_type:law_freedom_of_conscience

		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 2
		}
			
		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_armed_forces
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:SCA = { #Scandinavia
		effect_starting_technology_tier_1_tech = yes
		
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_colonial_exploitation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_legacy_slavery

		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor

		set_institution_investment_level = {
			institution = institution_colonial_affairs
			level = 2
		}
			
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}
		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:BOH = { #Bohemia
		effect_starting_technology_tier_1_tech = yes
		
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_oligarchy


		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_institution_investment_level = {
			institution = institution_police
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_landowners = {
			add_ideology = ideology_austrian_hegemony
			set_interest_group_name = bohemian_aristocracy
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}

		add_journal_entry = {
			type = je_hre_internal
		}
		add_journal_entry = {
			type = je_hre_external
		}
	}
	
	c:SPA = { #Spain
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_peasant_levies
		activate_law = law_type:law_mercantilism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_colonial_exploitation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_serfdom
		activate_law = law_type:law_no_schools
		activate_law = law_type:law_charitable_health_system
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_legacy_slavery
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}

		trigger_event = {
			id = dvg_spain.1
		}
	}
	
	c:ARN = { #Aragon
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_feudal_armies
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_charitable_health_system
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_migration_controls
		
		set_tax_level = high
		
		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor
		add_taxed_goods = g:wine

		set_ruling_interest_groups = {
			ig_landowners
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:NAV = { #Navarra
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_migration_controls
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:SCO = { #Scotland
		effect_starting_technology_tier_2_tech = yes
		
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_elected_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_women_own_property

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
			ig_rural_folk
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:PRO = { #Provence
		effect_starting_technology_tier_2_tech = yes
		
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_racial_segregation
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_local_police
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_women_own_property

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:OLD = { #Oldenburg
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:BRE = { #Bremen
		effect_starting_technology_tier_2_tech = yes
		
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_censorship

		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:HAN = { #Hannover
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:BRA = { #Brunswick
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_state_religion

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:MUN = { #Munster
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:LIP = { #Lippe
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:THU = { #Ducal Saxony / Thuringia (german rework for Ducal Saxony to become Thuringia instead of on start)
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_total_separation
		activate_law = law_type:law_monarchy
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:BEG = { #Berg
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_wealth_voting

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:NAS = { #Nassau
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_wealth_voting

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:HEK = { #Hesse-Kassel
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:FRM = { #Frankfurt
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_freedom_of_conscience

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:DAR = { #Hesse-Darmstadt
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_state_religion
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:BAD = { #Baden
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:AGR = { #Augsburg
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_theocracy

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}

	c:ASB = { #Ansbach
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}	

	c:SME = { #Augsburg
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}

	c:MSZ = {
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}

	c:FRE = {
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}

	c:ULM = {
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_freedom_of_conscience

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}

	c:RHI = {
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_monarchy

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}

	c:OSN = {
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}	
	}

	c:FRW = {
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}		
	}

	c:WUR = { #Wurttemberg
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_state_religion
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:BAV = { #Bavaria
		effect_starting_technology_tier_2_tech = yes

		effect_starting_politics_conservative = yes
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_autocracy 
		
		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_intelligentsia
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:SWI = { #Switzerland
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = dialectics
		
		activate_law = law_type:law_parliamentary_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_national_militia
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}
		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}

	c:GRB = { #Grey League
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = dialectics
		
		activate_law = law_type:law_parliamentary_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_national_militia
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}
		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}

	c:BAE = { #Basel
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = dialectics
		
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_national_militia
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}

	c:FIO = { #Fribourg
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = dialectics
		
		activate_law = law_type:law_parliamentary_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_national_militia
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_censorship
		
		set_institution_investment_level = {
			institution = institution_schools
			level = 3
		}
		
		set_ruling_interest_groups = {
			ig_petty_bourgeoisie
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}			
	
	c:TYR = { #Tyrol
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_state_religion
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:SLZ = { #Salzburg
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_state_religion

		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:AUS = { #Austria
		effect_starting_technology_tier_2_tech = yes

		effect_starting_politics_conservative = yes
		activate_law = law_type:law_autocracy 
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_state_religion

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_intelligentsia
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:SAV = { #Savoy
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_national_supremacy

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}
	}
	
	c:GEN = { #Genoa
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = central_banking
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_autocracy
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_slave_trade
		activate_law = law_type:law_colonial_exploitation
		
		set_ruling_interest_groups = {
			ig_armed_forces
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_genoese_patricians
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		add_journal_entry = {
			type = je_genoa_a_shadow_over_liguria
		}
	}
	
	c:LOM = { #Milan
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_national_supremacy
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}
	}
	
	c:VEN = { #Venice
		effect_starting_technology_tier_2_tech = yes
		add_technology_researched = central_banking
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_slave_trade
		activate_law = law_type:law_colonial_exploitation
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_charitable_health_system
		
		set_ruling_interest_groups = {
			ig_landowners
			ig_petty_bourgeoisie
		}
		ig:ig_rural_folk = {
			set_interest_group_name = ig_barnabotti
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_case_vecchie
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_venician_patrician
		}
		ig:ig_petty_bourgeoisie = {
			set_interest_group_name = ig_case_nuove
			remove_ideology = ideology_reactionary
			add_ideology = ideology_venician_patrician
		}
		ig:ig_industrialists = {
			set_interest_group_name = ig_case_fatte_per_soldi 
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_uomini_del_rinascimento
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:PAR = { #Parma
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_national_supremacy

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}
	}
	
	c:LUC = { #Lucca
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_national_supremacy

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}
	}
	
	c:MOD = { #Modena
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_women_own_property
		activate_law = law_type:law_national_supremacy

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}
	}

	c:TRT = { #Prince-Bishopric of Trent 
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_reactionary = yes
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_peasant_levies
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_agrarianism

		set_ruling_interest_groups = {
			ig_devout
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_intelligentsia = {
			remove_ideology = ideology_anti_clerical
		}
	}
	
	#c:FRR = { #Ferrara
	#	effect_starting_technology_tier_3_tech = yes
	#	
	#	effect_starting_politics_conservative = yes
	#	activate_law = law_type:law_women_own_property
	#	activate_law = law_type:law_national_supremacy
	#
	#	set_ruling_interest_groups = {
	#		ig_landowners
	#	}
	#	ig:ig_devout = {
	#		set_interest_group_name = ig_catholic_church
	#	}
	#}
	
	c:TUS = { #Etruria
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_census_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_elected_bureaucrats
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_interventionism
		activate_law = law_type:law_per_capita_based_taxation
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_women_own_property
		
		set_ruling_interest_groups = {
			ig_intelligentsia
			ig_armed_forces
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:PAP = { #Papal States
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_theocracy
		activate_law = law_type:law_oligarchy
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_national_militia
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_religious_schools
		activate_law = law_type:law_charitable_health_system
		activate_law = law_type:law_censorship
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_roman_landowners
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_papal_paternalistic
		}
		ig:ig_intelligentsia = {
			set_interest_group_name = ig_bolognese_school
			set_ig_suppression = yes
		}

		ig:ig_devout = {
			set_ig_bolstering = yes
			set_interest_group_name = ig_roman_curia
		}
	}
	
	c:CRO = { #Illyria
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_national_supremacy
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:MON = { #Montenegro
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_theocracy
		
		set_ruling_interest_groups = {
			ig_devout
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}
	}
	
	c:ALB = { #Albania
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_sunni_madrasahs
		}
	}
	
	c:MCD = { #Macedonia
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_freedom_of_conscience

		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}
	}

	c:SER = { #Serbia
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_cultural_exclusion
		activate_law = law_type:law_freedom_of_conscience

		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}	
	}
	
	c:TUR = { #Ottomans
		effect_starting_technology_tier_4_tech = yes
		add_technology_researched = academia
		add_technology_researched = law_enforcement
		add_technology_researched = mandatory_service
		add_technology_researched = urban_planning
		
		activate_law = law_type:law_monarchy
		activate_law = law_type:law_autocracy 
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_traditionalism
		activate_law = law_type:law_censorship
		activate_law = law_type:law_land_based_taxation	
		activate_law = law_type:law_slave_trade

		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor
		
		ig:ig_landowners = {
			add_ruling_interest_group = yes
			set_interest_group_name = ig_local_governors
		}
		
		ig:ig_devout = {
			set_interest_group_name = ig_sunni_madrasahs
		}

		trigger_event = {
			id = sick_man.1
		}
		add_modifier = {
			name = sick_man_of_europe
			months = -1
		}		
		add_modifier = {
			name = outmoded_bureaucracy
			months = -1
		}
		add_modifier = {
			name = cizye_tax
			months = -1
		}
	}
	
	# c:JNR = { #Janissary Revolt
		# effect_starting_technology_tier_4_tech = yes
		# add_technology_researched = academia
		# add_technology_researched = law_enforcement
		# add_technology_researched = mandatory_service
		# add_technology_researched = urban_planning
		
		# set_tax_level = high
		# add_taxed_goods = g:tobacco
		# add_taxed_goods = g:liquor
		
		# activate_law = law_type:law_presidential_republic
		# activate_law = law_type:law_national_supremacy
		# activate_law = law_type:law_land_based_taxation
		# activate_law = law_type:law_censorship
		# activate_law = law_type:law_serfdom
		# activate_law = law_type:law_slave_trade
		
		# set_ruling_interest_groups = {
			# ig_armed_forces
		# }
		# ig:ig_landowners = {
			# set_interest_group_name = ig_local_governors
		# }
		# ig:ig_devout = {
			# set_interest_group_name = ig_sunni_madrasahs
		# }
		# ig:ig_armed_forces = {
			# set_interest_group_name = ig_janissaries
			# remove_ideology = ideology_loyalist
			# remove_ideology = ideology_jingoist
			# add_ideology = ideology_stratocratic
		# }
		
		# add_journal_entry = {
			# type = je_ottoman_civil_war_jnr
		# }
	# }
	
	c:HUN = { #Hungary
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_censorship
		activate_law = law_type:law_feudal_armies
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		trigger_event = {
			id = dvg_hungary.1
		}
	}
	
	c:WAL = { #Wallachia
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}
	}
	
	c:MOL = { #Moldavia
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}
	}
	
	c:POL = { #Poland
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_serfdom
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_feudal_armies

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_szlachta
			remove_ideology = ideology_patriarchal
			add_ideology =  ideology_patriarchal_liberty
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_magnatherie
			remove_ideology = ideology_stratocratic
			add_ideology = ideology_noble_stratocratic
		}
		ig:ig_petty_bourgeoisie = {
			set_interest_group_name = ig_petty_nobility
			remove_ideology = ideology_patriotic
			add_ideology = ideology_polish_patriotism
			remove_ideology = ideology_reactionary
			add_ideology = ideology_enlightened_despotism 
		}
		trigger_event = {
			id = poland.1
		}
		add_modifier = {
			name = modifier_slave_to_liberty
			months = -1
		}
		add_modifier = {
			name = diplomatic_plays_blocked
			months = -1
		}
	}
	
	c:LIT = { #Lithuania
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_serfdom
		activate_law = law_type:law_migration_controls
		activate_law = law_type:law_feudal_armies
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_catholic_church
		}
	}
	
	c:PRU = { #Prussia
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_peasant_levies

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:CRL = { #Courland
		effect_starting_technology_tier_2_tech = yes
		
		effect_starting_politics_conservative = yes

		set_institution_investment_level = {
			institution = institution_schools
			level = 2
		}
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_evangelical_church
		}
	}
	
	c:PSK = { #Pskov
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_freedom_of_conscience
		
		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}
	}
	
	c:NOV = { #Novgorod
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		
		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}

		add_modifier = {
			name = neutrality
			months = -1
		}
		add_modifier = {
			name = dvg_unstable_confederation
			months = -1
		}
		add_modifier = {
			name = outmoded_bureaucracy
			months = -1
		}
		add_modifier = {
			name = dvg_yasak
			months = -1
		}

		trigger_event = {
			id = dvg_nov.1
		}
	}

	c:BLO = { #Vologda
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}
	}

	c:UGG = { #Kostroma
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}
	}

	c:VYA = { #Vyatka
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}
	}

	c:PRM = { #Yugra
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}
	}
		
	c:MSO = { #Muscovy
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}

		add_modifier = {
			name = diplomatic_plays_blocked
			months = -1
		}
		add_modifier = {
			name = dvg_rock_and_hard_place
			months = -1
		}
		
		add_taxed_goods = g:liquor

		trigger_event = {
			id = dvg_central_rus.2
		}

		add_journal_entry = { type = je_rus_green_prince }
	}

	c:TVE = { #Tver
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_reactionary = yes
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}

		add_modifier = {
			name = diplomatic_plays_blocked
			months = -1
		}
		add_modifier = {
			name = dvg_rock_and_hard_place
			months = -1
		}

		add_taxed_goods = g:liquor

		trigger_event = {
			id = dvg_central_rus.1
		}

		add_journal_entry = { type = je_rus_green_prince }
	}

	c:RYA = { #Ryazan
		effect_starting_technology_tier_3_tech = yes
		
		activate_law = law_type:law_monarchy
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_traditionalism
		activate_law = law_type:law_mercantilism
		activate_law = law_type:law_serfdom
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_peasant_levies	
		activate_law = law_type:law_closed_borders
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}

		add_modifier = {
			name = diplomatic_plays_blocked
			months = -1
		}
		add_modifier = {
			name = dvg_rock_and_hard_place
			months = -1
		}

		trigger_event = {
			id = dvg_central_rus.1
		}

		add_taxed_goods = g:liquor
	}

	c:SMO = { #Smolensk
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		
		activate_law = law_type:law_monarchy
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_traditionalism
		activate_law = law_type:law_mercantilism
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_peasant_levies	
		activate_law = law_type:law_closed_borders

		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}

		add_journal_entry = {
			type = je_pol_king_maximilian
		}

		add_modifier = {
			name = diplomatic_plays_blocked
			months = -1
		}
		add_modifier = {
			name = dvg_rock_and_hard_place
			months = -1
		}

		trigger_event = {
			id = dvg_central_rus.3
		}

		add_taxed_goods = g:liquor
	}

	c:NZH = { #Nizhny Novgorod
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes

		activate_law = law_type:law_monarchy
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_land_based_taxation
		activate_law = law_type:law_hereditary_bureaucrats
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_traditionalism
		activate_law = law_type:law_mercantilism
		activate_law = law_type:law_serfdom
		activate_law = law_type:law_right_of_assembly
		activate_law = law_type:law_peasant_levies	
		activate_law = law_type:law_closed_borders
		
		set_ruling_interest_groups = {
			ig_landowners
			ig_armed_forces
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
		}

		add_modifier = {
			name = diplomatic_plays_blocked
			months = -1
		}
		add_modifier = {
			name = dvg_rock_and_hard_place
			months = -1
		}

		add_taxed_goods = g:liquor

		trigger_event = {
			id = dvg_central_rus.1
		}

		add_journal_entry = { type = je_rus_green_prince_nzh }
	}
	
	c:CRI = { #Crimea
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_slave_trade
		activate_law = law_type:law_feudal_armies
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_sunni_madrasahs
		}
	}
	
	c:DON = {
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_national_militia

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}

		add_modifier = {
			name = neutrality
			months = 60
		}
	}

	c:AKH = {
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_national_militia

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}

		add_modifier = {
			name = neutrality
			months = 60
		}
	}

	c:VOR = {
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_national_militia

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}

		add_modifier = {
			name = neutrality
			months = 60
		}
	}

	c:KHK = {
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_national_militia

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}

		add_journal_entry = {
			type = je_pol_king_maximilian
		}

		add_modifier = {
			name = neutrality
			months = 60
		}
	}

	c:KIE = {
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_landed_voting
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_national_militia

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			add_ruling_interest_group = yes
		}

		add_journal_entry = {
			type = je_pol_king_maximilian
		}
	}

	c:ZAZ = {
		effect_starting_technology_tier_3_tech = yes
		
		effect_starting_politics_traditional = yes
		activate_law = law_type:law_presidential_republic
		activate_law = law_type:law_wealth_voting
		activate_law = law_type:law_serfdom_banned
		activate_law = law_type:law_national_militia

		ig:ig_landowners = { 
			remove_ideology = ideology_paternalistic
			add_ideology = ideology_republican_paternalistic
			add_ruling_interest_group = yes
		}
		ig:ig_devout = {
			set_interest_group_name = ig_orthodox_church
			remove_ideology = ideology_patriarchal
			add_ideology = ideology_orthodox_patriarch
			add_ruling_interest_group = yes
		}

		add_journal_entry = {
			type = je_pol_king_maximilian
		}

		add_modifier = {
			name = neutrality
			months = 60
		}
	}

	c:BSG = { #Begluk Bačka
		effect_starting_technology_tier_4_tech = yes
		add_technology_researched = academia
		add_technology_researched = law_enforcement
		add_technology_researched = mandatory_service
		add_technology_researched = urban_planning
		
		activate_law = law_type:law_monarchy
		activate_law = law_type:law_oligarchy 
		activate_law = law_type:law_state_religion
		activate_law = law_type:law_national_supremacy
		activate_law = law_type:law_traditionalism
		activate_law = law_type:law_censorship
		activate_law = law_type:law_land_based_taxation	

		add_taxed_goods = g:tobacco
		add_taxed_goods = g:liquor
		
		set_ruling_interest_groups = {
			ig_landowners
		}
		ig:ig_devout = {
			set_interest_group_name = ig_sunni_madrasahs
		}
		ig:ig_landowners = {
			set_interest_group_name = ig_bosniak_beys
		}
	}
}